home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9681 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.crystalball.com!news
  2. From: Larry Weiss <lfw@oc.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Boot Disk!
  5. Date: Tue, 12 Mar 1996 10:41:21 -0600
  6. Organization: crystalball.com
  7. Message-ID: <3145A931.1ACC@oc.com>
  8. References: <3144FC6B.179B@plink.cityu.edu.hk> <826591925snz@genesis.demon.co.uk>
  9. NNTP-Posting-Host: external.oc.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Lawrence Kirby wrote:
  16.  > 
  17.  > In article <3144FC6B.179B@plink.cityu.edu.hk>
  18.  >            95471004@plink.cityu.edu.hk "Jonathan Chiu Chi Hang" writes:
  19.  > >        Does anyone know how to write a program in C to make a disk that
  20.  > >redirect the boot drive from drive A to drive B when boot time.  What is
  21.  > >the algoithm?  Or provide the source code for reference.
  22.  > 
  23.  > You can't do this in C since the C language has no concept of boot disks.
  24.  > Try a newsgroup related to your particular OS to determine what facilities
  25.  > that OS may have to support this. The answer will be highly OS specific.
  26.  > 
  27.  
  28. Say again?   I agree that the design of a program to perform platform
  29. specific operations is best aided from expertise focused on that platform,
  30. but to say that eventually, an implementation of such a program cannot
  31. utilize the C programming language?  
  32.  
  33.   Maybe I'm reading "can't do this in C" with a different slant than you
  34. intended?
  35.